home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / frame_4 / PlaceObject2_41_204 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2003-03-01  |  169b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.life eq 0)
  3.    {
  4.       stopAllSounds();
  5.       tellTarget("_root")
  6.       {
  7.          gotoAndStop("gameover");
  8.       }
  9.    }
  10. }
  11.